Class HydratorPluginManagerFactory

Summary

Fully Qualified Name: Laminas\Hydrator\HydratorPluginManagerFactory

Description

Methods

Name Description Defined By
__invoke() Create a HydratorPluginManager instance. HydratorPluginManagerFactory

Method Details

__invoke()

Create a HydratorPluginManager instance.

If the config service is available, and the top-level key hydrators exists and is an array, that value will be used to configure the plugin manager. In such cases, the array should follow standard container configuration.

Parameter Name Type Description
$container
$name
$options

Returns:

Top